home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Entertainment / Game Files⁄ Help / Pirates Editor / Read Me < prev   
Text File  |  1992-04-24  |  4KB  |  125 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.             The Pirates Data Editor is a specially designed utility to alter the stats on saved games from Pirates! by Microprose. This utility allows you to change the titles given to you by different countries, and the different amounts of cargo, gold, and land you own.
  18.  
  19.             This is the first version, and is built from hacking around in FEDit, so stats which are altered may not be the only variables relating to that characteristic in Pirates. The testing done so far has proved successful, however, that is limited to a few saved games, and is no way exhaustive.
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.             This program is shareware, so if you use this program, please let me know by sending $3.50 to:
  27.  
  28.         Benjamin Kuo
  29.         Silver Yucca Software
  30.         3419 East 7590 South
  31.         Salt Lake City, Utah  84121-5439
  32.  
  33.             Please send any additional comments, suggestions, etc. to the above address.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.             Using the data editor is pretty straightforward.  The titles are simple popup menus, where you can choose anything from no title to Marquis. However, no title and Letter of Marque are apparently influenced by other variables, so the display and saving of those two titles may not be accurate.
  41.  
  42.             You can alter your name as you would any dialog box; marriage by a popup menu; personal gold and land information; and the statistics on your party by pointing, clicking, and editing.
  43.  
  44.             The one unexplained entry is under the titles/STATUS box. I do not know what these mean; I show entries of 00-10, however, I think they can be actually in the range from 00-255.  If you do not alter these, they won't be altered in your saved file.  I've allowed you to play with the first few, as they indicate different responses when visiting any governer in a town. If anyone can figure out what the codes are I'd appreciate it if you'd drop me a note.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.             Future developments include:
  53.  
  54.                 •  More thorough editing ability.
  55.  
  56.                 •  System-7 savvy application, help balloons, etc. (If I can scrape together enough $$ to buy the latest version of THINK Pascal...)
  57.  
  58.                 •   Ability to create entirely new saved files.
  59.  
  60.                 •   A town-by-town editing/viewing capability.
  61.  
  62.  
  63.                 •   The ability to further change if you have found different members of your family.
  64.  
  65.             Things in this version that I know how to do but didn't include:
  66.  
  67.             •  Altering the type of ships you have. This is actually pretty simple, but in the interest of simplicity I excluded this. I also don't know the List Manager well enough to make it straightforward.  How to do this is detailed in the technical information section below.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.                 This is what I've been able to find so far by hacking in FEdit:
  75.  
  76. Byte            Format            Range                    Information
  77.  
  78.  
  79. 00006:     2 bytes         0000-FFFF   Gold
  80. 00009:         1 byte             00-FF          Land
  81. 0000C:         1 byte             00-??                 Status, Spanish
  82. 0000D:         1 byte             00-??                 Status, Spanish
  83. 0000E:         1 byte             00-??                 Status, Spanish
  84. 0000F:         1 byte             00-??                 Status, Spanish
  85.             Status byte:  00 - 10 specifies which level to advance to after visiting the governer of the specific nationality. A value greater than 10 indicates hostility, or other specifics (I don't know what).
  86. 00011:         1 byte                00-09                Title, Spanish
  87. 00012:         1 byte                00-09                Title, English
  88. 00013:         1 byte                00-09                Title, French
  89. 00014:         1 byte                00-09                Title, Dutch
  90.             Title byte: 00 -09 specifies what title you hold in that country:
  91.                                                 00 Letter of Marque
  92.                                                 01 Ensign
  93.                                                 02 Captain
  94.                                                 03 Major
  95.                                                 04 Colonel
  96.                                                 05 Admiral
  97.                                                 06 Baron
  98.                                                 07 Count
  99.                                                 08 Marquis
  100.                                                 09 Duke
  101. 00018:         1 byte                01=married
  102. 00054:            ??                                                     Start of name (ASCIIZ string)
  103. 00107:         2 bytes                                        # of crew members
  104. 00108:         1 byte                                            # of cannons
  105. 0010A:         2 bytes                                        Party Gold (unsigned integer)
  106. 0010C:         1 byte                                            # of food
  107. 0010D:         1 byte                                            # of goods
  108. 0010E:     1 byte                                            # of sugar
  109. 00112:         1 byte                                            # of ships
  110. 00113:         1 byte                                            days from Jan 1
  111. 00117:         1 byte                                            See below:
  112. beginning of ship list (byte) high:status low:type
  113.     types:                     00 pinnace
  114.                                             01 sloop 
  115.                                             02 barque 
  116.                                             03 cargo fluyt 
  117.                                             04 merchantman 
  118.                                             05 frigate 
  119.                                             06 wargalleon
  120.                                             07 galleon
  121.                                             08 fast galleon
  122.                                             09 Fort??
  123. Status indicates level of damage.
  124.  
  125.